David's Nintendo Code Book

Title Index
System Index
How to read these codes

PRINCE OF PERSIA (gb)

checked-no |02|06769075| |06|46308135| |10|01414654| |12|56135664| |03|28611065| |07|65903195| |11|32710744| |Jaffar|98119464| |04|92117015| |08|70914195| |11|80637674| |Jaffar|71196464| |05|87019105| |09|68813685| |12|26614774| |End |89012414| =>Password Creation: A password is an 8-digit number ABCDEFGH. ABC are check digits, D is the number of lives, EF are the minutes remaining, and GH are the level. To create your own custom password, 1) Choose your level, write it as two digits and reverse. Stage 6 becomes 06 2) Choose your minutes remaining, reverse, and place before the total. 5 minutes becomes 05, giving a code so far of 0506 3) Choose one digit for your lives and place it before the current code. 9 lives are added to give a code of 90506 4) Call this code DEFGH and create ABC by the following method C = G + H, B = E + F, A = C + D (if necessary, subtract 10 from A B or C so as to have only one digit in the result). 90506 C=G+H=0+6=6 B=E+F=0+5=5 A=C+D=6+9=15=5 55690506 DEFGH C=6 B=5 A=5 ABCDEFGH 5) Finally, create the password by exchanging each number in ABCDEFGH with the appropriate number according to this chart: Old Number: 0 1 2 3 4 5 6 7 8 9 New Number: 5 4 7 6 1 0 3 2 9 8 Thus, 55690506 becomes the code |00385053|, which starts one on stage 6 with 9 lives and 5 minutes remaining.

Copyright 1994 - 2011 David Dayton
Return to main menu